home *** CD-ROM | disk | FTP | other *** search
/ LG Super CD / LG Super CD.iso / sprint / sprint_pcs_cm_v032.msi / Data1.cab / _28BBE516A7414740B80A12EDAD9F64FF.0C31BE7200FB45C4BB618F153DD576B7 < prev    next >
Encoding:
Windows Setup INFormation  |  2006-09-25  |  4.5 KB  |  146 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  mqdmsdm2.inf
  4. ;
  5. ; Function:
  6. ;    Install the Motorola USB Diag on Win2000/XP
  7. ;
  8. ; Copyright (c) 1997-2006 MCCI 
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc.
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$WINDOWS NT$"
  21. Class=Ports
  22. ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
  23. Provider=%Provider%
  24. DriverVer=06/21/2006, 4.38.6.233
  25. CatalogFile=mqdmserd.cat
  26.  
  27. [ControlFlags]
  28. ExcludeFromSelect = *
  29.  
  30. [SourceDisksNames]
  31. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  32. 1=%DiskString%,"mqdmserd.sys",,
  33.  
  34. [SourceDisksFiles]
  35. ; filename = diskid[,[ subdir][, size]]
  36. mqdmserd.sys = 1
  37. mqdmcmnt.sys = 1
  38.  
  39. ;-----------------------------------------------------------------------------
  40. ; Specify target paths...
  41. ;-----------------------------------------------------------------------------
  42.  
  43. [DestinationDirs]
  44. DefaultDestDir = 12                    ; system32\drivers
  45.  
  46. ;-----------------------------------------------------------------------------
  47. ; Table of Contents
  48. ;-----------------------------------------------------------------------------
  49. [Manufacturer]
  50. %Motorola%=Motorola
  51.  
  52. ;-----------------------------------------------------------------------------
  53. ; Device-by-device entries
  54. ;-----------------------------------------------------------------------------
  55. [Motorola]
  56. %Mcci.Comm.Desc% = Motorola.Install, USB\VID_22b8&PID_2a64&MI_01&OS_NT
  57. %Mcci.Comm.Desc% = Motorola.Install, USB\VID_22b8&PID_2b44&MI_01&OS_NT
  58. %Mcci.Comm.Desc% = Motorola.Install, USB\VID_22b8&PID_2b24&MI_01&OS_NT
  59.  
  60. ;-----------------------------------------------------------------------------
  61. ; Installation instructions
  62. ;-----------------------------------------------------------------------------
  63.  
  64. [Motorola.Install.nt]
  65. AddReg        = Motorola.AddReg,Motorola.NT.AddReg
  66. CopyFiles    = CopyFiles, CopyFiles.Win2K
  67.  
  68.  
  69. ;-----------------------------------------------------------------------------
  70. ;  Registry
  71. ;-----------------------------------------------------------------------------
  72.  
  73. ; common registry entries 
  74. [Motorola.AddReg]
  75. HKR,,NTMPDriver,,mqdmserd.sys
  76. HKR,,EnableCR1146, 0x10001, 01,00,00,00
  77. HKR,,EnableCR1147, 0x10001, 01,00,00,00
  78. HKR,,SuppressDataMasking, 0x10001, 01,00,00,00
  79.  
  80. ; only for NT...
  81. [Motorola.NT.AddReg]
  82. HKR,,PortSubClass,1,01
  83. HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
  84.  
  85. ;-----------------------------------------------------------------------------
  86. ;  Copy lists
  87. ;-----------------------------------------------------------------------------
  88. [CopyFiles]
  89.  
  90. [CopyFiles.Win2K]
  91. mqdmserd.sys
  92. mqdmcm.sys,mqdmcmnt.sys
  93. mqdmcmnt.sys
  94.  
  95.  
  96.  
  97. ;-----------------------------------------------------------------------------
  98. ;  NT Services installation
  99. ;-----------------------------------------------------------------------------
  100.  
  101. [Motorola.Install.NT.Services]
  102. AddService = mqdmserd, 0x00000002, Motorola.Install.AddService
  103.  
  104.  
  105. [Motorola.Install.AddService]
  106. DisplayName    = %Mcci.Service.Name%
  107. Description    = %Mcci.Service.Desc%
  108. ServiceType    = 1            ;%SERVICE_KERNEL_DRIVER%
  109. StartType    = 3            ;%SERVICE_DEMAND_START%
  110. ErrorControl    = 1            ;%SERVICE_ERROR_NORMAL%    
  111. ServiceBinary    = %12%\mqdmserd.sys
  112.  
  113.  
  114.  
  115. ;-----------------------------------------------------------------------------
  116. ; STRINGS
  117. ;-----------------------------------------------------------------------------
  118. [Strings]
  119.  
  120. ;<<localize the following>>
  121.  
  122. ;BEGIN ENG - US English Strings
  123.  
  124. Provider = "Motorola Inc"
  125. Motorola = "Motorola Inc"
  126. DiskString = "Motorola USB Diag Installation Disk"
  127.  
  128. Mcci.Comm.Desc = "Motorola USB Diag"
  129. Mcci.Service.Name = "Motorola USB Diag"
  130. Mcci.Service.Desc = "Motorola USB Diag"
  131.  
  132.  
  133. CustomerDataPath = "Motorola USB Multi-Function CDMA"
  134. DriverSet = "Motorola USB Multi-Function CDMA Software"
  135. UninstallFile = "MQDMUninstall.exe"
  136. McciOptions = "Uninstallable"
  137.  
  138. ;END ENG - US English Strings
  139.  
  140. ;-----------------------------------------------------------------------------
  141. ; The following are symbolic constants which don't change per locale.
  142. ;-----------------------------------------------------------------------------
  143.  
  144.  
  145. ;*** end of file ***
  146.